home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 59338 / 59338.xpi / chrome / mozapps / xpinstall / xpinstallConfirm.css next >
Cascading Style Sheet File  |  2009-07-01  |  2KB  |  80 lines

  1. #xpinstallheader {
  2.   margin-bottom: 2em;
  3. }
  4.  
  5. #itemList {
  6.   -moz-appearance: listbox;
  7.   margin: 3px 4px 10px 4px;
  8.   height: 14em;
  9.   border: 2px solid;
  10.   -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
  11.   -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
  12.   -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
  13.   -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
  14.   background-color: -moz-Field;
  15.   color: -moz-FieldText;
  16. }
  17.  
  18. #itemWarningIntro {
  19.   -moz-margin-start: 8px;
  20. }
  21.  
  22. #dialogContentBox {
  23.   padding: 5px;
  24. }
  25.  
  26. installitem {
  27.   padding-top: 5px;
  28.   padding-bottom: 5px;
  29.   -moz-padding-start: 5px;
  30.   -moz-padding-end: 0;
  31.   border-bottom: 1px dotted #C0C0C0;
  32.   margin-bottom: 5px;
  33. }
  34.  
  35. .alert-icon {
  36.   list-style-image: url("chrome://global/skin/icons/warning-large.png");
  37.   width: 48px;
  38.   height: 48px;
  39.   -moz-margin-end: 20px;
  40. }
  41.  
  42. .warning {
  43.   font-weight: bold;
  44.   font-size: 1.25em;
  45.   margin-bottom: 1em;
  46. }
  47.  
  48. .xpinstallIconContainer {
  49.   width: 32px;
  50.   height: 32px;
  51.   -moz-margin-end: 5px;
  52. }
  53.  
  54. .xpinstallItemName {
  55.   font-weight: bold;
  56. }
  57.  
  58. .xpinstallItemSigned {
  59.   font-style: italic;
  60.   font-size: 0.9em;
  61. }
  62.  
  63. .xpinstallItemURL {
  64.   -moz-appearance: none;
  65.   border: none;
  66.   padding: 0;
  67.   background-color: -moz-Field;
  68.   color: -moz-FieldText;
  69.   margin-top: 1px;
  70.   margin-bottom: 1px;
  71.   -moz-margin-start: 6px;
  72.   -moz-margin-end: 5px;
  73. }
  74.  
  75. .xpinstallItemIcon {
  76.   max-width: 32px;
  77.   max-height: 32px;
  78.   list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png");
  79. }
  80.